Use PESetNthTablePrivateInfo to set the information needed for using data objects such as ADO, RDO, or CDO with the Active Data Driver (PS2MON.DLL).
BOOL CRPE_API PESetNthTablePrivateInfo (
short printJob,
short tableN,
PETablePrivateInfo FAR *privateInfo );
Specifies the print job for which you want to change the MS Access session information. | |
Specifies the 0 | |
Specifies a pointer to PETablePrivateInfo. |
The PESetNthTablePrivateInfo function is used in conjunction with the Crystal Report Print Engine (Crpe32.dll) in a Visual C++ application. If you are using Visual Basic see SetActiveDataSource.
function PESetNthTablePrivateInfo (
printJob: Smallint;
tableN: Smallint;
var privateInfo: PETablePrivateInfo
) :Bool; {$ifdef WIN32} stdcall; {$endif}
Seagate Software IMG Holdings, Inc. http://www.seagatesoftware.com Support services: http://support.seagatesoftware.com |